home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1994 September / macformat-004.iso / Shareware City / Utilities / gdbm-1.7.3 / source / gdbm.proto2 < prev    next >
Encoding:
Text File  |  1994-05-21  |  255 b   |  18 lines  |  [TEXT/ttxt]

  1.  
  2. /* extra prototypes */
  3.  
  4. /* GDBM C++ support */
  5. #if defined(__cplusplus) || defined(c_plusplus)
  6. extern "C" {
  7. #endif
  8.  
  9. extern const char *gdbm_strerror GDBM_Proto((
  10.      gdbm_error error
  11. ));
  12.  
  13. #if defined(__cplusplus) || defined(c_plusplus)
  14. }
  15. #endif
  16.  
  17. #endif
  18.